Eplan Platform API
Eplan.EplApi.DataModel.E3D Namespace / Group3D Class / RemoveSubPlacement3Ds Method / RemoveSubPlacement3Ds(Placement3D[],Boolean) Method
3D placements removed from the 3D group and from the project.
If true, the method will remove also the Group3D object when it becomes empty.

In This Topic
    RemoveSubPlacement3Ds(Placement3D[],Boolean) Method
    In This Topic
    Removes Placement3Ds from the 3D group and from the project. The Placement3D objects passed into this method are no longer valid.
    Syntax
    public virtual void RemoveSubPlacement3Ds( 
       Placement3D[] placement3Ds,
       bool removeEmptyGroup3D
    )
    public:
    virtual void RemoveSubPlacement3Ds( 
       array<Placement3D^>^ placement3Ds,
       bool removeEmptyGroup3D
    ) 

    Parameters

    placement3Ds
    3D placements removed from the 3D group and from the project.
    removeEmptyGroup3D
    If true, the method will remove also the Group3D object when it becomes empty.
    See Also